Package com.cisco.pt.ipc.sim
Interface PAPProcess
- All Known Implementing Classes:
PAPProcessImpl
Information provided by the PKI file:
\class PAPProcess
\brief PAPProcess handles and manipulates the PAP process.
\example network().getDevice("Router0").getProcess("PapProcess")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetSentPassword(String password) Information provided by the PKI file:voidsetSentUserName(String username) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setSentPassword
Information provided by the PKI file:
\brief Sets the sent password. \param password, the sent password.- Parameters:
password- Takes in a parameter of password
-
setSentUserName
Information provided by the PKI file:
\brief Sets the sent username. \param username, the sent username.- Parameters:
username- Takes in a parameter of username
-
getSentPassword
String getSentPassword()Information provided by the PKI file:
\brief Returns the sent password. \return string, the sent password.- Returns:
- String Returns a String
-
getSentUserName
String getSentUserName()Information provided by the PKI file:
\brief Returns the sent username. \return string, the sent username.- Returns:
- String Returns a String
-